@charset "UTF-8";
/*トップページ*/

#volunteer  {
  background: url(../images/volunteer/v_bg.png) center top no-repeat;
}

#volunteer h2 {
 margin-top : 0px;
 margin-bottom : 40px;
}

#volunteer .wrapper {
  width: 780px;
  margin: 0 auto;
    overflow: hidden;
    padding: 10px 10px 30px;
}

#volunteer .pic1 {
	float: left;
	width:350px;
}
#volunteer .txt1 {
	float: right;
	width:400px;
	margin-right:10px;
}

#volunteer .pic2 {
	float: left;
	width:130px;
}
#volunteer .txt2 {
	width:620px;
	float: right;
}
#volunteer .txt21 {
    background: url(../images/volunteer/fuki1.png) left top no-repeat;
}
#volunteer .txt21 .address{
    display: block;
    height: 30px;
    padding: 13px 0 0 0px;
    margin-left: 80px;
    margin-top: 20px;
    width: 600px
}
#volunteer .txt22 {
    background: url(../images/volunteer/fuki2.png) left top no-repeat repeat;
}
#volunteer .txt22 .address {
	margin-top: 0px;
	margin-left: 80px;
}
#volunteer .txt22 .address p{
	margin-top: 0px;
}
#volunteer .txt22 .mail span{
}
#volunteer .txt23 {
    background: url(../images/volunteer/fuki3.png) left top no-repeat;
    height: 10px;
}

#volunteer .pic3 {
	float: left;
	width:290px;
}
#volunteer .txt3 {
	float: right;
	width:450px;
	margin-right:10px;
}

#area #book {
  position: absolute;
  left: 20px;
  bottom : 0px;
}
#area #book img {
  width: 150px;
}
#getpdf{
    width: 600px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
#getpdf span {
    display: block;
    width: 375px;
    float: right;
    margin-right: 55px;
    margin-top: 7px;
    font-size: 12px;
    line-height: 12px;
}

#event {
	padding: 30px 25px;
}
#event div.title {
	background : url('../images/h2_bg.png');
	background-repeat: no-repeat;
	height: 25px;
	width: 100%;
    margin: 10px 0px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 25px;
}
#side {
	width: 180px;
	float: left;
}
#side ul {
    border: solid 3px #dcdcdc;
    width: 174px;
    margin: 0 auto;
    background-color: #eeeeee;
}
#side ul li {
	height: 35px;
	border-top: solid 3px #dcdcdc;;
	background : url('../images/magazine/side_item_bg.png');
	background-repeat: no-repeat;
}
#side ul li.title {
	border-top : none;
	background : url('../images/magazine/side_title_bg.png');
    padding: 5px 0 0 20px;
	height: 30px;
}
#side ul li a{
	display: block;
	width: 150px;
	padding: 5px 0px 5px 25px;
	text-decoration: none;
}
#side ul li a:hover{
	opacity: 0.5;
	text-decoration: none;
}
#info {
	width: 520px;
	float: right;
}
#info div.subtitle {
    height: 23px;
    width: 550px;
    padding: 2px 0px 5px 20px;
    color: white;
    font-weight: normal;
    margin: 0 0 10px;
}
#info div.subtitle1 {
	background : url('../images/magazine/title1.png');
	background-repeat: no-repeat;
}
#info div.subtitle2 {
	background : url('../images/magazine/title2.png');
	background-repeat: no-repeat;
}
#info div.subtitle3 {
	background : url('../images/magazine/title3.png');
	background-repeat: no-repeat;
}
#info pre{
	line-height: 15px;
}

table.schedule{
    width: 720px;
    margin: 5px auto 20px;
	border: solid 5px #ce6016;
    border-collapse: collapse;
	background-color: rgba(255,255,255, 0.7); 
}
table.schedule caption{
	color:#ce6016;
	font-weight:bold;
}
table.schedule th {
	border: solid 1px #000;
	text-align:left;
}
table.schedule td {
	border: solid 1px #000;
	padding: 1px;
	text-align:left;
	height:50px;
}

@media screen and ( max-width:780px ){

	#volunteer  {
		background-size: cover;
	}
	
	#volunteer .wrapper {
		width: 100%;
	    padding: 0px 0px 20px;
	}
	#volunteer h2 {
		margin-top : 0px;
		margin-bottom : 0px;
	}

	
	#volunteer .pic1 {
		width: 100%;
		max-width:350px;
	}
	#volunteer .txt1 {
		width: 100%;
		max-width:400px;
	}
	#volunteer .pic2 {
		width: 30%;
		max-width:130px;
	}
	#volunteer .txt2 {
		width: 70%;
		text-align: center;
		float:left;
	}
	#volunteer .txt21 {
		background: none;
	}
	#volunteer .txt22 {
		background: none;
	}
	#volunteer .txt23 {
		background: none;
	}
	.address p{
		font-size:10px;
	    line-height: 15px;
	}
	.address .name{
		font-size:10px;
	}
	#volunteer .txt21 .address{
		padding: 0px;
		margin: 0px;
		width:100%;
	}
	#volunteer .txt22 .address{
		padding: 0px;
		margin: 0px;
	}
	#volunteer .txt23 .address{
		padding: 0px;
		margin: 0px;
	}

	#volunteer .txt3 {
		float: right;
		width:100%;
		max-width:450px;
		margin-right:0px;
	}
	table.mail {
	    width: 180px;
	    font-size: 12px;
	    margin: 0 auto;
    }

}
